home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta NAME="Author,Design" Content="GateKeeper Team; gatekeeper@infopulse.net">
- <meta NAME="Copyright" Content="Infopulse; www.infopulse.net">
- <title>Empty</title>
- </head>
-
- <body>
- <p><big><strong><font face="Arial">Event logs</font></strong></big></p>
- <div align="center"><center>
- <table border="1" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td width="12%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- <center>Date</center>
- </font></strong></td>
- <td width="12%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- <center>Time</center>
- </font></strong></td>
- <td width="5%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- <center>S</center>
- </font></strong></td>
- <td width="16%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- <center>Who</center>
- </font></strong></td>
- <td width="50%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- <center>Description</center>
- </font></strong></td>
- </tr>
- <%
-
- EventLog.GetEvents sEvents
- Response.Write(sEvents)
- %>
-
- </table>
- </center></div>
- <br>
- <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
- <br>
- </body>
- </html>
-